BACK TO LIST
Syntax:
VA1.Restart
Details :
This restarts VoiceAction to recording stage during processing or anytime only.
Example :
Private Sub Start()
VA1...
If Result Available = True Then VA1..VA1.Restart
End Sub